3.1281 \(\int \frac{(1-2 x)^2}{(2+3 x)^2 (3+5 x)} \, dx\)

Optimal. Leaf size=32 \[ \frac{49}{9 (3 x+2)}-\frac{217}{9} \log (3 x+2)+\frac{121}{5} \log (5 x+3) \]

[Out]

49/(9*(2 + 3*x)) - (217*Log[2 + 3*x])/9 + (121*Log[3 + 5*x])/5

_______________________________________________________________________________________

Rubi [A]  time = 0.0406583, antiderivative size = 32, normalized size of antiderivative = 1., number of steps used = 2, number of rules used = 1, integrand size = 22, \(\frac{\text{number of rules}}{\text{integrand size}}\) = 0.045 \[ \frac{49}{9 (3 x+2)}-\frac{217}{9} \log (3 x+2)+\frac{121}{5} \log (5 x+3) \]

Antiderivative was successfully verified.

[In]  Int[(1 - 2*x)^2/((2 + 3*x)^2*(3 + 5*x)),x]

[Out]

49/(9*(2 + 3*x)) - (217*Log[2 + 3*x])/9 + (121*Log[3 + 5*x])/5

_______________________________________________________________________________________

Rubi in Sympy [A]  time = 6.27354, size = 26, normalized size = 0.81 \[ - \frac{217 \log{\left (3 x + 2 \right )}}{9} + \frac{121 \log{\left (5 x + 3 \right )}}{5} + \frac{49}{9 \left (3 x + 2\right )} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]  rubi_integrate((1-2*x)**2/(2+3*x)**2/(3+5*x),x)

[Out]

-217*log(3*x + 2)/9 + 121*log(5*x + 3)/5 + 49/(9*(3*x + 2))

_______________________________________________________________________________________

Mathematica [A]  time = 0.0294602, size = 32, normalized size = 1. \[ \frac{49}{27 x+18}-\frac{217}{9} \log (5 (3 x+2))+\frac{121}{5} \log (5 x+3) \]

Antiderivative was successfully verified.

[In]  Integrate[(1 - 2*x)^2/((2 + 3*x)^2*(3 + 5*x)),x]

[Out]

49/(18 + 27*x) - (217*Log[5*(2 + 3*x)])/9 + (121*Log[3 + 5*x])/5

_______________________________________________________________________________________

Maple [A]  time = 0.012, size = 27, normalized size = 0.8 \[{\frac{49}{18+27\,x}}-{\frac{217\,\ln \left ( 2+3\,x \right ) }{9}}+{\frac{121\,\ln \left ( 3+5\,x \right ) }{5}} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]  int((1-2*x)^2/(2+3*x)^2/(3+5*x),x)

[Out]

49/9/(2+3*x)-217/9*ln(2+3*x)+121/5*ln(3+5*x)

_______________________________________________________________________________________

Maxima [A]  time = 1.34787, size = 35, normalized size = 1.09 \[ \frac{49}{9 \,{\left (3 \, x + 2\right )}} + \frac{121}{5} \, \log \left (5 \, x + 3\right ) - \frac{217}{9} \, \log \left (3 \, x + 2\right ) \]

Verification of antiderivative is not currently implemented for this CAS.

[In]  integrate((2*x - 1)^2/((5*x + 3)*(3*x + 2)^2),x, algorithm="maxima")

[Out]

49/9/(3*x + 2) + 121/5*log(5*x + 3) - 217/9*log(3*x + 2)

_______________________________________________________________________________________

Fricas [A]  time = 0.217544, size = 50, normalized size = 1.56 \[ \frac{1089 \,{\left (3 \, x + 2\right )} \log \left (5 \, x + 3\right ) - 1085 \,{\left (3 \, x + 2\right )} \log \left (3 \, x + 2\right ) + 245}{45 \,{\left (3 \, x + 2\right )}} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]  integrate((2*x - 1)^2/((5*x + 3)*(3*x + 2)^2),x, algorithm="fricas")

[Out]

1/45*(1089*(3*x + 2)*log(5*x + 3) - 1085*(3*x + 2)*log(3*x + 2) + 245)/(3*x + 2)

_______________________________________________________________________________________

Sympy [A]  time = 0.314535, size = 26, normalized size = 0.81 \[ \frac{121 \log{\left (x + \frac{3}{5} \right )}}{5} - \frac{217 \log{\left (x + \frac{2}{3} \right )}}{9} + \frac{49}{27 x + 18} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]  integrate((1-2*x)**2/(2+3*x)**2/(3+5*x),x)

[Out]

121*log(x + 3/5)/5 - 217*log(x + 2/3)/9 + 49/(27*x + 18)

_______________________________________________________________________________________

GIAC/XCAS [A]  time = 0.223951, size = 58, normalized size = 1.81 \[ \frac{49}{9 \,{\left (3 \, x + 2\right )}} - \frac{4}{45} \,{\rm ln}\left (\frac{{\left | 3 \, x + 2 \right |}}{3 \,{\left (3 \, x + 2\right )}^{2}}\right ) + \frac{121}{5} \,{\rm ln}\left ({\left | -\frac{1}{3 \, x + 2} + 5 \right |}\right ) \]

Verification of antiderivative is not currently implemented for this CAS.

[In]  integrate((2*x - 1)^2/((5*x + 3)*(3*x + 2)^2),x, algorithm="giac")

[Out]

49/9/(3*x + 2) - 4/45*ln(1/3*abs(3*x + 2)/(3*x + 2)^2) + 121/5*ln(abs(-1/(3*x +
2) + 5))